home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / bnchutil.arc / WHERE.DOC < prev    next >
Encoding:
Text File  |  1991-04-30  |  646 b   |  16 lines

  1.  
  2. WHERE (File Locator)                     Kiyoshi Akima
  3.  
  4. Purpose:  Searches all directories on a particular drive and lists
  5.           the paths of entries that match the specified filename.
  6.  
  7. Format:   [d:][path]WHERE [filename[.ext]]
  8.  
  9. Remarks:  WHERE uses normal DOS filename specifications to locate files.
  10.           Omitting a filename and extension after the command defaults to WHERE
  11.           *.* and will list all non-hidden files on your disk.
  12.  
  13. Example:  The command WHERE *.BAT will find all your batch files.  WHERE MO*.*
  14.           would uncover MODE.COM and MORE.COM and any other filename that begin
  15.           with MO.
  16.